home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Small Eiffel 0.4.8 / sys / READ_ME < prev    next >
Text File  |  1997-04-13  |  2KB  |  50 lines

  1. -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C) 
  2. -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
  3. --
  4. The `sys' directory contains various files to customize SmallEiffel
  5. with the system, the C compiler and the linker used as well as the
  6. default loadpath used to search Eiffel source code.
  7.  
  8. -- File "system.se" --
  9.    The content of file "system.se" is used by SmallEiffel to know
  10.    which operating system is running. 
  11.    Currently supported values are (do not put the double quotes 
  12.    in system.se!): 
  13.  
  14.    "Amiga": for the Amiga system 
  15.  
  16.    "DOS": for MS-DOS systems, including those with Windows 3.x
  17.           (using short filenames, with 8.3 scheme).
  18.  
  19.    "Macintosh": for Macintosh systems (68K and PPC)
  20.  
  21.    "OS2": for IBM OS/2 systems
  22.  
  23.    "UNIX": for Linux, HP-UX, Solaris, SunOS, Irix, XENIX as well
  24.            as other "UNIXes".
  25.  
  26.    "VMS":  for VMS systems
  27.  
  28.    "Windows": for Windows 95 and Windows NT systems (using long 
  29.               filenames).
  30.  
  31.    You must choose the appropriate system name and update file 
  32.    "system.se".
  33.    This name will then be used to access various files corresponding 
  34.    to the system you chose. For example, if you declared "Windows",
  35.    only files with extension "Windows" will be considered (e.g. files 
  36.    like "loadpath.Windows", "compiler.Windows", etc...).
  37.  
  38. -- Files "loadpath.<system_name>" --
  39.    Used to set the default load path for Eiffel source code (see
  40.    help file for "finder"). 
  41.    As seen previously, only file "loadpath.UNIX" is considered when 
  42.    content of file "system.se" is UNIX.
  43.  
  44. -- Files "compiler.<system_name>" --
  45.    To set the default C compiler and its default options.
  46.  
  47. -- Files "linker.<system_name>" --
  48.    To set the default linker and its default options.
  49.  
  50.